From: Daniel Colascione Date: Sun, 12 Jun 2011 00:27:14 +0000 (-0700) Subject: * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~3479 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7ea47da66f3848a8f079ae8d6e31eff7c06a642d;p=emacs.git * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 64f9004a270..d3535cc4f71 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-06-12 Daniel Colascione + + * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid. + 2011-06-11 Chong Yidong * image.el (image-animated-p): Return animation delay in seconds. diff --git a/lisp/emacs-lisp/syntax.el b/lisp/emacs-lisp/syntax.el index c012e48b590..7ba7b13af44 100644 --- a/lisp/emacs-lisp/syntax.el +++ b/lisp/emacs-lisp/syntax.el @@ -399,7 +399,7 @@ point (where the PPSS is equivalent to nil).") (defun syntax-ppss (&optional pos) "Parse-Partial-Sexp State at POS, defaulting to point. The returned value is the same as `parse-partial-sexp' except that -the 2nd and 6th values of the returned state cannot be relied upon. +values 2 and 6 values of the returned state cannot be relied upon. Point is at POS when this function returns." ;; Default values. (unless pos (setq pos (point)))